All Questions
2 questions
0votes
1answer
1kviews
Implementing functor interface vs Funcion objects as members C++
I'm currently writing a neural network implementation in c++ and a curios question occurred to me: I want my NN to be "generic", therefore i want to be able to define custom transfer and error ...
3votes
1answer
704views
Bad c++ code design? [closed]
This is bothering me a long time. I feel like I am doing mistakes on the code design relative to the performance. I never had any teacher to indicate my mistakes so its hard to me to make it right in ...